GitLab CI Kotlin DSL
Toggle table of contents
0.3.1
common
Platform filter
common
Switch theme
Search in API
GitLab CI Kotlin DSL
GitLab CI Kotlin DSL
/
opensavvy.gitlab.ci.utils
Package-level
declarations
Helpers to make the syntax nicer.
Types
Functions
Types
Delegate
Provider
Link copied to clipboard
class
DelegateProvider
<
Parent
,
Return
>
(
parent
:
Parent
,
onCreation
:
(
parent
:
Parent
,
property
:
KProperty
<
*
>
)
->
Return
)
Read
Only
Delegate
Link copied to clipboard
class
ReadOnlyDelegate
<
Type
>
(
value
:
Type
)
Functions
plus
Assign
Link copied to clipboard
operator
fun
StringBuilder
.
plusAssign
(
text
:
CharSequence
)